home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / commercial / inovatronics / candodemo / helpfiles / multiple windows  < prev    next >
Text File  |  1994-11-17  |  2KB  |  101 lines

  1. C- ClosePendingWindow    |closependingwindow|
  2. C- LoadSubDeck            |loadsubdeck|
  3. C- OpenRequester        |openrequester|
  4. C- OpenWindow            |openwindow|
  5. C- SendToParentDeck        |sendtoparentdeck|
  6. C- SendToSubDeck        |sendtosubdeck|
  7. C- SetBusyPointer        |setbusypointer|
  8. [E]
  9.  
  10. |closependingwindow|
  11. WT ClosePendingWindow
  12. PL In certain cases subwindows will not close
  13. PL after their card quits.  This command will
  14. PL force the subwindow, that may be pending,
  15. PL to close.  This command is safe to call at
  16. PL any time so use it as much as you want.
  17. ED
  18.  
  19. |loadsubdeck|
  20. WT LoadSubDeck {FilePath} [,{SubDeckBufferName} [,<ASNEEDED>]]
  21. PL Loads an external deck as a SubDeck which
  22. PL can be used to open another window or a
  23. PL requester.  See the manual for a full
  24. PL description of this command.
  25. PT SEE ALSO: 
  26. BS OpenWindow
  27. PT  and 
  28. BS OpenRequester
  29. PT .
  30. ED
  31.  
  32. |openrequester|
  33. WT OpenRequester {SubDeckBufferName},{CardName} [,{Arg1} [,up to ten arguments]]
  34. PL Operates like OpenWindow except that the
  35. PL window of the parent deck is "blocked" from
  36. PL input while the requester is open.
  37. PL
  38. PT SEE ALSO: 
  39. BS LoadSubDeck
  40. PT  and 
  41. BS OpenWindow
  42. PT .
  43. ED
  44.  
  45. |openwindow|
  46. WT OpenWindow {SubDeckBufferName},{CardName} [,{Arg1} [,up to ten arguments]]
  47. PL Attaches a SubDeck to the Parent Deck's
  48. PL current card.  The subdeck will auto-
  49. PL magically "GOTO" the specified {CardName}
  50. PL The {SubDeckBufferName} specifies the of
  51. PL the buffer used by LoadSubDeck.
  52. PT SEE ALSO: 
  53. BS LoadSubDeck
  54. PT  and 
  55. BS OpenRequester
  56. PT .
  57. ED
  58.  
  59. |sendtoparentdeck|
  60. WT SendToParentDeck [{Arg1} [,up to ten arguments]]
  61. PL Causes the Parent Deck's current Card's
  62. PL MessageFromSubDeck script to be performed
  63. PL with the given arguments.
  64. PL
  65. PT SEE ALSO: 
  66. BS OpenWindow
  67. PT , 
  68. BS OpenRequester
  69. PL ,
  70. PT           
  71. BS LoadSubDeck
  72. PT  and 
  73. BS SendToSubDeck
  74. PT .
  75. ED
  76.  
  77. |sendtosubdeck|
  78. WT SendToSubDeck {SubDeckBufferName} [,{Arg1} [,up to ten arguments]]
  79. PL Activates the MessageFromParentDeck script
  80. PL in the SubDeck's Card, passing arguments.
  81. PL The {SubDeckBufferName} is the buffer name
  82. PL used with the LoadSubDeck command.
  83. PL
  84. PT SEE ALSO: 
  85. BS SendToParentDeck
  86. PT  and 
  87. BS LoadSubDeck
  88. PL .
  89. ED
  90.  
  91. |setbusypointer|
  92. WT SetBusyPointer [{BrushBufferName} [,{XHotSpot}, {YHotSpot}]
  93. PL Specifies an alternate pointer to use when
  94. PL a window is selected which is inactive due
  95. PL to an OpenRequester command.
  96. PL
  97. PT SEE ALSO: 
  98. BS SetPointer
  99. PL .
  100. ED
  101.